C++ Basics

C++ Basics handbook

Written with love for any developer that may think it will come in handy.

About the book

This book was written to help every developer that has some basic informations about programming in other languages to easyly adapt to the C++ language and syntax.

It is well known about the C++ power due to it's hardware direct access posibility using pointers and memory management functions such as malloc, free, realoc.

For a developer that has written code in languages like C# or Java this may be a little unhandy because direct access to memory could cause it's corruption and allot of unpredicted errors that in the specified languages will be automatically solved at compilation time.

References & resources